Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: OpenDoc Class Reference /
Part 1 - Classes and Methods / ODTypeList


AddLast

The AddLast method adds an element to the end of this type list.

void AddLast (in ODType type);
type
The element to be added to the list.
DISCUSSION
If this type list already contains an element equal to the specified element, no action is taken. Otherwise, a copy of the specified element is added to the end of the list.

EXCEPTIONS
kODErrOutOfMemory
There is not enough memory to add the specified element to this type list.
SEE ALSO
The ODType type (page 876).
The ODTypeList::Contains method (page 799).
The ODTypeList::Remove method (page 801).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
17 JUL 1996




Navigation graphic, see text links

Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help